Log Function

Returns the natural logarithm of the value specified.

Syntax

result = Log( value )


Parameters

value

Double

The value you want the natural logarithm of.



Examples

This example uses the Log function to return the natural logarithm of a number.

Dim d As Double
d=Log(10) //returns 2.3025851